GtkColorChooser: Fix selection of colors
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Mar 2013 02:17:14 +0000 (22:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Mar 2013 02:21:16 +0000 (22:21 -0400)
commit98801b07b4122996a8618d053a4eeed9b2843380
treefd51fda37f5905a1cfff6c9022f5595a23d18558
parent26d3fc311b98c9baf2131609ff724d3e196c77f4
GtkColorChooser: Fix selection of colors

Prevent the new window dragging code from interfering with
selection of colors on button release, by handling button
presses we care about instead of letting them bubble up to
the window.
Partial fix for
https://bugzilla.gnome.org/show_bug.cgi?id=695493
gtk/gtkcolorswatch.c